-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web Drivers initial #32
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,35 @@ | |||
# Nvidia Web Drivers | |||
|
|||
Modern Nvidia GPUs (900+ series) require little patching, if any at all. Most should generally just work out of the box with Nvidia Web Drivers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modern Nvidia GPUs (900+ series) require little patching, if any at all. Most should generally just work out of the box with Nvidia Web Drivers. | |
Modern Nvidia GPUs (900 - 1000 series, or Maxwell and Pascal) require little patching, if any at all. Most should generally just work out of the box with Nvidia Web Drivers. |
* You have updated macOS to the latest security update from the app store | ||
* This is **super** important, the Nvidia Web Drivers check the macOS version and will not work on older versions | ||
* You can check your build number by opening "About this Mac" and clicking on the version number | ||
* Your GPU is either Maxwell or newer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Your GPU is either Maxwell or newer | |
* Your GPU is either Maxwell or Pascal |
* This is **super** important, the Nvidia Web Drivers check the macOS version and will not work on older versions | ||
* You can check your build number by opening "About this Mac" and clicking on the version number | ||
* Your GPU is either Maxwell or newer | ||
* Kepler does not need any web drivers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Kepler does not need any web drivers | |
* Kepler does not need any web drivers | |
* Anything newer than Pascal does not have support |
|
||
To start off, we'll be assuming the following: | ||
|
||
* You have updated macOS to the latest security update from the app store |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* You have updated macOS to the latest security update from the app store | |
* You are on High Sierra or older (Mojave and up do not have Web Drivers) | |
* You have updated macOS to the latest security update from the App Store |
BUMP. OpenCore Needs this thing. There is no way to adapt Nvidia Web drivers for working with Pascal GPU and newer versions of macos, but here some interesting thread of trying to make nvidia works with Mojave and newer (and support metal). |
No description provided.